home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- if not count(the windowList) then
- doRollover(29, 2)
- end if
- end
-
- on mouseLeave
- if not count(the windowList) then
- doRollout(29)
- end if
- end
-
- on mouseUp
- global HELPMANUAL
- glowClear()
- doClick()
- cursor(0)
- if HELPMANUAL starts "@" then
- open(HELPMANUAL)
- else
- play frame HELPMANUAL
- end if
- end
-